@charset "utf-8";
@import url(".css");
*{
	margin:0 0;
	padding: 0;
	font-size: 18px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"MS Pゴシック"
}
img{
	border: none;
	display: block;
}
ul{
	list-style: none;
}

@media all and (max-width: 520px) {

#wrapper {
	width: 100%;
	margin: 0 auto;
}
/*ここからヘッダー*/
#header{/*ヘッダー全体　枠*/
	width: 100%;
	height: auto;
	margin: auto;
}		
#logo img{
	max-width: 80%;
	height: auto;
	margin: 10px 10px 0 10px;
}
#formbutton{/*応募フォーム　表示なし*/
	display: none;
}   
/*ハンバーガー*/
.gnavi_pc{
	display: none;
}
#ham-check {
    display: none;
}
.ham-open {
    display: flex;
    height: 45px;
    width: 45px;
	margin-top: 15px;
	margin-right: 10px;
	background-color: #f5f5f5;
	border: solid #004ea2;
	justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
}
.ham-open span,
.ham-open span:before,
.ham-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    border-radius: 5px;
    background: #004ea2;
    transition: 0.5s;
    position: absolute;
}
.ham-open span:before {
    bottom: 12px;
}
.ham-open span:after {
    top: 12px;
}
#ham-check:checked ~ .ham-open span {
    background: rgba(255, 255, 255, 0);
}
#ham-check:checked ~ .ham-open span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#ham-check:checked ~ .ham-open span::after {
    top: 0;
    transform: rotate(-45deg);
}
.ham-whole nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99;
    background: #efffff;
    transition: .5s;
    padding: 60px 10%;
    box-sizing: border-box;
    text-align: center;
}
.ham-whole nav ul li a {
    margin: 0 0 20px 0;
    display: block;
    border-bottom: 1px solid #004ea2;
    padding: 0 0 10px 0;
}
#ham-check:checked ~ nav {
    left: 0;
}
.ham-whole li a{
	color: #004ea2;
}	
/*ハンバーガー*/
/*ヘッダー終了*/

.Products{
	width: 100%;
	height: 50px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}
.Products p{
	font-size: 40px;
	position: relative;
    display: inline-block;
    padding: 0 60px;
}
	

/*ここからカレンダー*/
.calendar_Wrap{ /*カレンダー全体の枠*/
	width: 90%;
	height: auto;
	margin: auto;
}
.calendar_title{
	text-align: center;
	font-size: 1.5rem;
}
.calendar_box{/*カレンダー（数字）部分の全体枠　1～12月*/
	width: 100%;
	height: auto;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
.calendarStyle01{/*ひと月ごとの枠*/
	width: 35%;
}
td {
	text-align: center;
	font-size: 0.rem;
}
.holiday{
    color: red;
}
thead td:first-child{/*曜日の段最初の文字（日）*/
    color:red
}
thead td:last-child{/*曜日の段最後の文字（土）*/
    color: blue;
}
tbody td:first-child{/*日にちの段最初の文字*/
    color: red;
}
.holiday{
	color: red;
}
.calendarStyle01:hover {
	transition: all 1.0s ease 0s;
	cursor: pointer;
	transform: scale(1.2, 1.2);
}
/*ここまでカレンダー*/

#topbutton {
   /* ▼ボタンの表示位置を画面の右下に固定 */
   position: fixed; /* ←表示場所を固定 */
   bottom: 18px;   /* ←下端からの距離 */
   right: 18px;    /* ←右端からの距離 */
   width: 5.5em;     /* ←横幅 */
   z-index: 5;
   /* ▼最初は非表示にしておく */
   display: none;

   /* ▼配色・配置・文字の装飾など */
   background-color: #00a0e9; /* ←背景色 */
   opacity: 0.70;        /* ←透明度 */
   border-radius: 24px;  /* ←角丸の半径 */
   text-align: center;  /* ←文字の位置 */
   font-size: 120%;     /* ←文字サイズ */
   font-weight: bold;   /* ←文字の太さ */
   margin: 0px;          /* ←外側の余白 */
   padding: 5px;       /* ←内側の余白 */
}
#topbutton a {
   /* ▼リンクの装飾 */
   color: white;          /* ←文字色 */
   text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
   /* ▼マウスが載ったときの装飾 */
   color: yellow;              /* ←文字色 */
   text-decoration: underline; /* ←下線あり */
}

/*ここからフッター*/
/*ここからライン*/
.footer_line{
	width: 100%;
	height: 35px;
	padding-top: 10px;
}
.cyaan_line{
	width: 100%;
	height: 8px;
	background-color: #00a0e9;
}
.magenta_line{
	width: 100%;
	height: 8px;
	background-color: #e4007f;
}
.yerrow_line{
	width: 100%;
	height: 8px;
	background-color: #fff100;
}
.brack_line{
	width: 100%;
	height: 8px;
	background-color: #000000;
}
/*ここまでライン*/
#footer_container{ /*フッター　枠*/
	width:100%;
	height: auto;
	display: block;
}
#footer_Nav{/*フッターNav文字枠*/
	width: 100%;
	height: auto;
	text-align: center;
}
#footer_Nav ul li{/*フッターNav文字*/
	padding: 10px 0;
	text-decoration: none;
	border-bottom: dashed 0.8px rgb(199, 198, 198);
}
#footer_form{ /*問合せと電話の囲み*/
	width: 90%;
	height: auto;
	padding: 10px 0px;
	margin: auto;
}
.footer_Tel{/*お問合せの文字*/
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	background-color: rgb(199,198,198);
}
.footer_offce{
	margin-bottom: 5px;
}
.footerLogo{
	width: 80%;
	height: auto;
	margin: 0px auto 20px auto;
}
.footerLogo img{
	max-width: 90%;
	height: auto;
	margin: auto;
}
#copy {
    width: 100%;
    height: 30px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px
}	
/* ここまでSP用のCSSを記載します */
}